Skip to content

Commit 6da369a

Browse files
committed
refactor(robotcode): remove clean and new command because we implement it later
create enhancement request #393
1 parent 1a7b58b commit 6da369a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/robotcode/cli/__init__.py

-20
Original file line numberDiff line numberDiff line change
@@ -303,23 +303,3 @@ def robotcode(
303303

304304
for c in PluginManager.instance().cli_commands:
305305
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-
@robotcode.command()
319-
@click.pass_context
320-
def new(ctx: click.Context) -> None:
321-
"""TODO: Create a new Robot Framework project.
322-
323-
TODO: This is not implemented yet.
324-
"""
325-
click.echo("TODO")

0 commit comments

Comments
 (0)