File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -699,12 +699,12 @@ The complete set of flags available is shown below, in the reference section.
699699
700700| Using a CLI | Command | Notes
701701| :------------- | :------------------------- | :---------
702- | [ Help] ( doc/ using-cli.md#help-flag) | ` command -- --help ` |Show help and usage information for the command.
703- | [ REPL] ( doc/ using-cli.md#interactive-flag) | ` command -- --interactive ` | Enter interactive mode.
704- | [ Separator] ( doc/ using-cli.md#separator-flag) | ` command -- --separator=X ` | This sets the separator to ` X ` . The default separator is ` - ` .
705- | [ Completion] ( doc/ using-cli.md#completion-flag) | ` command -- --completion ` | Generate a completion script for the CLI.
706- | [ Trace] ( doc/ using-cli.md#trace-flag) | ` command -- --trace ` | Gets a Fire trace for the command.
707- | [ Verbose] ( doc/ using-cli.md#verbose-flag) | ` command -- --verbose ` | Include private members in the output.
702+ | [ Help] ( using-cli.md#help-flag ) | ` command -- --help ` |Show help and usage information for the command.
703+ | [ REPL] ( using-cli.md#interactive-flag ) | ` command -- --interactive ` | Enter interactive mode.
704+ | [ Separator] ( using-cli.md#separator-flag ) | ` command -- --separator=X ` | This sets the separator to ` X ` . The default separator is ` - ` .
705+ | [ Completion] ( using-cli.md#completion-flag ) | ` command -- --completion ` | Generate a completion script for the CLI.
706+ | [ Trace] ( using-cli.md#trace-flag ) | ` command -- --trace ` | Gets a Fire trace for the command.
707+ | [ Verbose] ( using-cli.md#verbose-flag ) | ` command -- --verbose ` | Include private members in the output.
708708_ Note that flags are separated from the Fire command by an isolated ` -- ` arg._
709709
710710
Original file line number Diff line number Diff line change 3030A library for automatically generating command line interfaces.""" .strip ()
3131
3232DEPENDENCIES = [
33- 'ipython' ,
33+ 'ipython<6.0 ' ,
3434 'six' ,
3535]
3636
You can’t perform that action at this time.
0 commit comments