File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,31 +12,31 @@ Functions
12
12
13
13
void print_banner(void)
14
14
15
- Prints an ASCII banner with the Spynix name.
15
+ Prints a colorful ASCII banner with the Spynix name.
16
16
17
17
-------
18
18
19
19
.. code-block :: c
20
20
21
21
void print_logo(void)
22
22
23
- Prints an ASCII art logo of the Spynix tool.
23
+ Prints a colorful ASCII art logo of the Spynix tool.
24
24
25
25
-------
26
26
27
27
.. code-block :: c
28
28
29
29
void print_err_info(void)
30
30
31
- Prints an error message instructing the user to use the help option for valid commands.
31
+ Prints a colorful error message instructing the user to use the help option for valid commands.
32
32
33
33
-------
34
34
35
35
.. code-block :: c
36
36
37
37
void print_hlp_info(void)
38
38
39
- Prints a comprehensive help menu, including:
39
+ Prints a colorful comprehensive help menu, including:
40
40
41
41
- Description of the Spynix tool
42
42
- Information options (help, version, banner, logo)
@@ -49,4 +49,4 @@ Prints a comprehensive help menu, including:
49
49
50
50
void print_ver_info(void)
51
51
52
- Prints the current version of Spynix along with a link to its GitHub repository.
52
+ Prints the current colorful version of Spynix along with a link to its GitHub repository.
You can’t perform that action at this time.
0 commit comments