Skip to content

Commit

Permalink
fix(parser): Give room for more ValueSources
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 8, 2022
1 parent 89866e8 commit 4cfac7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parse/matches/value_source.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// Origin of the argument's value
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
#[non_exhaustive]
pub enum ValueSource {
/// Value came [`Arg::default_value`][crate::Arg::default_value]
DefaultValue,
Expand Down

0 comments on commit 4cfac7a

Please sign in to comment.