You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-m <model> Model to use to generate command (Optional) If empty, uses random model.
1074
-
-h Show this help and exit.
1075
-
-v Show version information and exit.
1076
-
1077
-
This function takes a description of a task, sends it to a model to generate a shell command, and then prompts the user for permission to execute it.
1078
-
It includes safety features like syntax checking and a sandbox mode for execution. This is a powerful tool for converting natural language into shell commands.
-m <model> Model to use to generate command (Optional) If empty, uses random model.
1089
-
-h Show this help and exit.
1090
-
-v Show version information and exit.
1091
-
1092
-
This function takes a description of a task, sends it to a model to generate a shell command, and then prompts the user for permission to execute it.
1093
-
It includes safety features like syntax checking and a sandbox mode for execution. This is a powerful tool for converting natural language into shell commands.
0 commit comments