summaryrefslogtreecommitdiff
path: root/src/commandline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandline.h')
-rw-r--r--src/commandline.h3
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
//