Skip to content
Snippets Groups Projects
Commit bfa4bfc5 authored by AdminXVII's avatar AdminXVII Committed by Michael Aaron Murphy
Browse files

fix: tests with structopt

parent 04922058
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ impl FromStr for KeyBindingsWrapper {
/// Ion is a commandline shell created to be a faster and easier to use
/// alternative to the currently available shells. It is not POSIX compliant.
#[cfg_attr(feature = "advanced_arg_parsing", derive(StructOpt))]
#[cfg_attr(feature = "advanced_arg_parsing", structopt(name = "Ion"))]
#[cfg_attr(feature = "advanced_arg_parsing", structopt(name = "ion"))]
struct CommandLineArgs {
/// Shortcut layout. Valid options: "vi", "emacs"
#[cfg_attr(feature = "advanced_arg_parsing", structopt(short = "-o"))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment