mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 04:51:09 -05:00
stupid bug
This commit is contained in:
parent
1f35bb9cb6
commit
1088bdfe68
@ -140,9 +140,6 @@ bool TerminalParser::ParseChar(char x)
|
|||||||
|
|
||||||
void TerminalParser::DisplayHelp()
|
void TerminalParser::DisplayHelp()
|
||||||
{
|
{
|
||||||
if (this->Silent)
|
|
||||||
return;
|
|
||||||
|
|
||||||
cout << "Stikkit - open source pastebin uploader for Stikked\n\n"\
|
cout << "Stikkit - open source pastebin uploader for Stikked\n\n"\
|
||||||
"Parameters:\n"\
|
"Parameters:\n"\
|
||||||
" -a <name>: Specify author name by default the current\n"\
|
" -a <name>: Specify author name by default the current\n"\
|
||||||
|
@ -23,7 +23,6 @@ namespace Stikkit
|
|||||||
bool Parse();
|
bool Parse();
|
||||||
bool ParseChar(char x);
|
bool ParseChar(char x);
|
||||||
void DisplayHelp();
|
void DisplayHelp();
|
||||||
bool Silent;
|
|
||||||
private:
|
private:
|
||||||
int argc;
|
int argc;
|
||||||
char **argv;
|
char **argv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user