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.
1 parent ad216a6 commit 1b02d81Copy full SHA for 1b02d81
src/codegen/cli/cli.py
@@ -3,7 +3,6 @@
3
4
from codegen.cli.commands.create.main import create_command
5
from codegen.cli.commands.deploy.main import deploy_command
6
-from codegen.cli.commands.docs_search.main import docs_search_command
7
from codegen.cli.commands.expert.main import expert_command
8
from codegen.cli.commands.init.main import init_command
9
from codegen.cli.commands.list.main import list_command
@@ -29,7 +28,6 @@ def main():
29
28
main.add_command(logout_command)
30
main.add_command(login_command)
31
main.add_command(run_command)
32
-main.add_command(docs_search_command)
33
main.add_command(profile_command)
34
main.add_command(create_command)
35
main.add_command(expert_command)
src/codegen/cli/commands/docs_search/main.py
0 commit comments