Skip to content

Commit 5ba579e

Browse files
committed
Save my TODO's as comments, so I don't forget.
1 parent 992a59e commit 5ba579e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/flags.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ Arguments:
212212
let remaining_as_path = |m: &Matches| {
213213
m.free.iter().map(|p| cwd.join(p)).collect::<Vec<_>>()
214214
};
215+
// TODO: Parse subcommand nicely up at top, so options can occur before the subcommand.
216+
// TODO: Get the subcommand-specific options below into the help output
215217

216218
let m: Matches;
217219
let cmd = match &args[0][..] {

0 commit comments

Comments
 (0)