aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small/completer_command.h
diff options
context:
space:
mode:
authoramatanhead <amatanhead@yandex-team.ru>2022-02-10 16:50:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:04 +0300
commitb6f3a80f7c2c8b7dbb0c01b056fdc1fd8cd820e9 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/getopt/small/completer_command.h
parent8879605a63ac17539be5b3bd41b529791f4d4b02 (diff)
downloadydb-b6f3a80f7c2c8b7dbb0c01b056fdc1fd8cd820e9.tar.gz
Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/small/completer_command.h')
-rw-r--r--library/cpp/getopt/small/completer_command.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/getopt/small/completer_command.h b/library/cpp/getopt/small/completer_command.h
index 4aba6dbfde..974cc4617c 100644
--- a/library/cpp/getopt/small/completer_command.h
+++ b/library/cpp/getopt/small/completer_command.h
@@ -1,11 +1,11 @@
-#pragma once
-
-#include "modchooser.h"
-
-namespace NLastGetopt {
- /// Create an option that generates completion.
- TOpt MakeCompletionOpt(const TOpts* opts, TString command, TString optName = "completion");
-
- /// Create a mode that generates completion.
- THolder<TMainClassArgs> MakeCompletionMod(const TModChooser* modChooser, TString command, TString modName = "completion");
-}
+#pragma once
+
+#include "modchooser.h"
+
+namespace NLastGetopt {
+ /// Create an option that generates completion.
+ TOpt MakeCompletionOpt(const TOpts* opts, TString command, TString optName = "completion");
+
+ /// Create a mode that generates completion.
+ THolder<TMainClassArgs> MakeCompletionMod(const TModChooser* modChooser, TString command, TString modName = "completion");
+}