Save my TODO's as comments, so I don't forget.
This commit is contained in:
parent
992a59efc3
commit
5ba579e7f4
@ -212,6 +212,8 @@ pub fn parse(args: &[String]) -> Flags {
|
||||
let remaining_as_path = |m: &Matches| {
|
||||
m.free.iter().map(|p| cwd.join(p)).collect::<Vec<_>>()
|
||||
};
|
||||
// TODO: Parse subcommand nicely up at top, so options can occur before the subcommand.
|
||||
// TODO: Get the subcommand-specific options below into the help output
|
||||
|
||||
let m: Matches;
|
||||
let cmd = match &args[0][..] {
|
||||
|
Loading…
Reference in New Issue
Block a user