diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-28 19:05:05 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-28 19:05:05 +0100 |
| commit | a88d3436cc6b2c24ab05400a5ad5e9e67cb95db8 (patch) | |
| tree | 70900eb0da1ea4c9afd304db705393ca8bcc7e2a /src/commandline.h | |
| parent | 41159e4eea0c79670d15b2707f4e6d7c86bb2d65 (diff) | |
Implementation --pick argument.
Diffstat (limited to 'src/commandline.h')
| -rw-r--r-- | src/commandline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commandline.h b/src/commandline.h index 6bd57132..a0b70fb2 100644 --- a/src/commandline.h +++ b/src/commandline.h @@ -318,6 +318,9 @@ public: // std::string usage(const Command* c=nullptr) const; + // whether --pick was given + // + bool pick() const; // whether --multiple was given // |
