Skip to content

Commit

Permalink
fix(Usage Parser): fixes a bug where literal single quotes weren't al…
Browse files Browse the repository at this point in the history
…lowed in help strings

Closes #406
  • Loading branch information
kbknapp committed Jan 31, 2016
1 parent f50b8db commit 0bcc712
Show file tree
Hide file tree
Showing 2 changed files with 966 additions and 18 deletions.
3 changes: 3 additions & 0 deletions src/args/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ impl<'a, 'b> Arg<'a, 'b> {
/// **NOTE**: Not all settings may be set using the usage string method. Some properties are
/// only available via the builder pattern.
///
/// **NOTE**: Only ASCII values in `from_usage` strings are officially supported. Some UTF-8
/// codepoints may work just fine, but this is not guaranteed.
///
/// # Syntax
///
/// Usage strings typically following the form:
Expand Down
Loading

0 comments on commit 0bcc712

Please sign in to comment.