Skip to content

Commit

Permalink
help menu updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MertGunduz committed Nov 18, 2023
1 parent 323d6f6 commit d55db9b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 24 deletions.
21 changes: 12 additions & 9 deletions docs/html/d6/d04/help__menu_8c_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,18 @@
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> fprintf(stdout, <span class="stringliteral">&quot;--encrypt \&quot;[TEXT]\&quot; encrypts the given text\n&quot;</span>);</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> fprintf(stdout, <span class="stringliteral">&quot;--decrypt \&quot;[TEXT]\&quot; decrypts the given text\n\n&quot;</span>);</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> fprintf(stdout, <span class="stringliteral">&quot;sub64 key generation\n&quot;</span>);</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> fprintf(stdout, <span class="stringliteral">&quot;--gen-key \&quot;[SEED]\&quot; generates a key by using seed\n\n&quot;</span>);</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> fprintf(stdout, <span class="stringliteral">&quot;yiffy information menu arguments\n&quot;</span>);</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> fprintf(stdout, <span class="stringliteral">&quot;--help outputs the help menu\n&quot;</span>); </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> fprintf(stdout, <span class="stringliteral">&quot;--version outputs the version menu\n&quot;</span>);</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> fprintf(stdout, <span class="stringliteral">&quot;--github outputs the github menu\n&quot;</span>);</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> fprintf(stdout, <span class="stringliteral">&quot;--docs outputs the website menu\n\n&quot;</span>);</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span>}</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> fprintf(stdout, <span class="stringliteral">&quot;sub64 data import/export\n&quot;</span>);</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> fprintf(stdout, <span class="stringliteral">&quot;------------------------\n&quot;</span>);</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> fprintf(stdout, <span class="stringliteral">&quot;--import \&quot;[DATA]\&quot; imports the data\n&quot;</span>);</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> fprintf(stdout, <span class="stringliteral">&quot;--export exports the data\n\n&quot;</span>);</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> fprintf(stdout, <span class="stringliteral">&quot;yiffy information menu arguments\n&quot;</span>);</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> fprintf(stdout, <span class="stringliteral">&quot;--------------------------------\n&quot;</span>);</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> fprintf(stdout, <span class="stringliteral">&quot;--help outputs the help menu\n&quot;</span>); </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> fprintf(stdout, <span class="stringliteral">&quot;--version outputs the version menu\n&quot;</span>);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> fprintf(stdout, <span class="stringliteral">&quot;--github outputs the github menu\n&quot;</span>);</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> fprintf(stdout, <span class="stringliteral">&quot;--docs outputs the website menu\n\n&quot;</span>);</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>}</div>
<div class="ttc" id="ahelp__menu_8c_html_a1c8fc504350d80b9d81d45b7723269d4"><div class="ttname"><a href="../../d6/d04/help__menu_8c.html#a1c8fc504350d80b9d81d45b7723269d4">help_menu</a></div><div class="ttdeci">void help_menu()</div><div class="ttdoc">This function shows general informatiuon about sub64.</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d04/help__menu_8c_source.html#l00016">help_menu.c:16</a></div></div>
<div class="ttc" id="asub64__menus_8h_html"><div class="ttname"><a href="../../d1/d72/sub64__menus_8h.html">sub64_menus.h</a></div><div class="ttdoc">This header file is used manage the sub64 appdata import/export system.</div></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
21 changes: 12 additions & 9 deletions docs/latex/d6/d04/help__menu_8c_source.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00023}00023 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/encrypt \(\backslash\)"{}[TEXT]\(\backslash\)"{} encrypts the given text\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00024}00024 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/decrypt \(\backslash\)"{}[TEXT]\(\backslash\)"{} decrypts the given text\(\backslash\)n\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00025}00025 }
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00026}00026 fprintf(stdout, \textcolor{stringliteral}{"{}sub64 key generation\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00027}00027 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/gen-\/key \(\backslash\)"{}[SEED]\(\backslash\)"{} generates a key by using seed\(\backslash\)n\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00028}00028 }
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00029}00029 fprintf(stdout, \textcolor{stringliteral}{"{}yiffy information menu arguments\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00030}00030 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/help outputs the help menu\(\backslash\)n"{}}); }
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00031}00031 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/version outputs the version menu\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00032}00032 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/github outputs the github menu\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00033}00033 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/docs outputs the website menu\(\backslash\)n\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00034}00034 \}}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00026}00026 fprintf(stdout, \textcolor{stringliteral}{"{}sub64 data import/export\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00027}00027 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00028}00028 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/import \(\backslash\)"{}[DATA]\(\backslash\)"{} imports the data\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00029}00029 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/export exports the data\(\backslash\)n\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00030}00030 }
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00031}00031 fprintf(stdout, \textcolor{stringliteral}{"{}yiffy information menu arguments\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00032}00032 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00033}00033 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/help outputs the help menu\(\backslash\)n"{}}); }
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00034}00034 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/version outputs the version menu\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00035}00035 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/github outputs the github menu\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00036}00036 fprintf(stdout, \textcolor{stringliteral}{"{}-\/-\/docs outputs the website menu\(\backslash\)n\(\backslash\)n"{}});}
\DoxyCodeLine{\Hypertarget{help__menu_8c_source_l00037}00037 \}}

\end{DoxyCode}
15 changes: 9 additions & 6 deletions src/menus/help_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ void help_menu()
fprintf(stdout, "--encrypt \"[TEXT]\" encrypts the given text\n");
fprintf(stdout, "--decrypt \"[TEXT]\" decrypts the given text\n\n");

fprintf(stdout, "sub64 key generation\n");
fprintf(stdout, "--gen-key \"[SEED]\" generates a key by using seed\n\n");
fprintf(stdout, "sub64 data import/export\n");
fprintf(stdout, "------------------------\n");
fprintf(stdout, "--import \"[DATA]\" imports the data\n");
fprintf(stdout, "--export exports the data\n\n");

fprintf(stdout, "yiffy information menu arguments\n");
fprintf(stdout, "--help outputs the help menu\n");
fprintf(stdout, "--version outputs the version menu\n");
fprintf(stdout, "--github outputs the github menu\n");
fprintf(stdout, "--docs outputs the website menu\n\n");
fprintf(stdout, "--------------------------------\n");
fprintf(stdout, "--help outputs the help menu\n");
fprintf(stdout, "--version outputs the version menu\n");
fprintf(stdout, "--github outputs the github menu\n");
fprintf(stdout, "--docs outputs the website menu\n\n");
}

0 comments on commit d55db9b

Please sign in to comment.