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
I am looking into upgrading my code to 0.9.15. The new methods for autocomplete look useful but right now I wonder about setattr(load_pcap1, argparse_completer.ACTION_ARG_CHOICES, ('path_complete', ))
ACTION_ARG_CHOICES seems to have disappeared.
a file has been renamed to argparse_custom too.
Anyway I've tried setattr(load_pcap1, cmd2.argparse_completer.ATTR_CHOICES_CALLABLE, completer_method=cmd2.Cmd.path_complete)
to no avail