Skip to content

Commit

Permalink
Add comments for some internal app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 30, 2021
1 parent c8e669c commit cf48811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/build/app/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1046,12 +1046,16 @@ pub enum AppSettings {
TrailingValues,

#[doc(hidden)]
/// If the app is already built, used for caching.
Built,

#[doc(hidden)]
/// If the app's bin name is already built, used for caching.
BinNameBuilt,

#[doc(hidden)]
/// This is paired with `ArgsNegateSubcommands`. Used to determine if we
/// already met any valid arg(then we shouldn't expect subcommands after it).
ValidArgFound,

#[doc(hidden)]
Expand Down

0 comments on commit cf48811

Please sign in to comment.