Skip to content

Commit 5c76f5e

Browse files
committed
add initial support for an interactive prompt
1 parent ec92c35 commit 5c76f5e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/bite/scripts/bite.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
'-s', '--service',
4141
help='service type')
4242

43+
argparser.add_argument(
44+
'-I', '--interactive',
45+
help='start an interactive command prompt')
4346
argparser.add_argument(
4447
'-i', '--input',
4548
type=argparse.FileType('r'), action=parse_file,

0 commit comments

Comments
 (0)