adjust shell command prompt
This commit is contained in:
parent
70c129a448
commit
2237293e16
|
|
@ -287,7 +287,11 @@ def arg_follow_up(args):
|
||||||
return second_input
|
return second_input
|
||||||
|
|
||||||
def arg_shell(args):
|
def arg_shell(args):
|
||||||
query = 'Form a shell command based on the following description. Only output a working shell command .\nDescription: '
|
query = '''
|
||||||
|
Form a shell command based on the following description. Only output a working shell command. Format the command like this: `command`
|
||||||
|
|
||||||
|
Description:
|
||||||
|
'''
|
||||||
if args.shell != True:
|
if args.shell != True:
|
||||||
query += args.shell
|
query += args.shell
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue