We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean
new
1 parent 1a7b58b commit 6da369aCopy full SHA for 6da369a
src/robotcode/cli/__init__.py
@@ -303,23 +303,3 @@ def robotcode(
303
304
for c in PluginManager.instance().cli_commands:
305
robotcode.add_command(c)
306
-
307
308
-@robotcode.command()
309
-@click.pass_context
310
-def clean(ctx: click.Context) -> None:
311
- """TODO: Cleans a Robot Framework project.
312
313
- TODO: This is not implemented yet.
314
- """
315
- click.echo("TODO")
316
317
318
319
320
-def new(ctx: click.Context) -> None:
321
- """TODO: Create a new Robot Framework project.
322
323
324
325
0 commit comments