diff options
| author | Stanislav Kirillov <[email protected]> | 2022-02-10 16:46:08 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:08 +0300 | 
| commit | cb68f224c46a8ee52ac3fdd2a32534b8bb8dc134 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/getopt/small/modchooser.h | |
| parent | 92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c (diff) | |
Restoring authorship annotation for Stanislav Kirillov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/small/modchooser.h')
| -rw-r--r-- | library/cpp/getopt/small/modchooser.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/getopt/small/modchooser.h b/library/cpp/getopt/small/modchooser.h index 54ccbb2e289..0a8de6d50b5 100644 --- a/library/cpp/getopt/small/modchooser.h +++ b/library/cpp/getopt/small/modchooser.h @@ -80,8 +80,8 @@ public:      //! Set short command representation in Usage block      void SetPrintShortCommandInUsage(bool printShortCommandInUsage); -    void DisableSvnRevisionOption();  -  +    void DisableSvnRevisionOption(); +      void AddCompletions(TString progName, const TString& name = "completion", bool hidden = false, bool noCompletion = false);      /*! Run appropriate mode. @@ -155,9 +155,9 @@ private:      //! When set to true, show descriptions unsorted and display separators      bool ShowSeparated; -    //! When set to true, disables --svnrevision option, useful for opensource (git hosted) projects  -    bool SvnRevisionOptionDisabled;  -  +    //! When set to true, disables --svnrevision option, useful for opensource (git hosted) projects +    bool SvnRevisionOptionDisabled; +      //! When true - will print only 'mode name' in 'Usage' block      bool PrintShortCommandInUsage;  | 
