We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92c35 commit 5c76f5eCopy full SHA for 5c76f5e
1 file changed
src/bite/scripts/bite.py
@@ -40,6 +40,9 @@
40
'-s', '--service',
41
help='service type')
42
43
+argparser.add_argument(
44
+ '-I', '--interactive',
45
+ help='start an interactive command prompt')
46
argparser.add_argument(
47
'-i', '--input',
48
type=argparse.FileType('r'), action=parse_file,
0 commit comments