Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
packages
tools
goofileN
Commits
36f8dc9e
Commit
36f8dc9e
authored
Oct 25, 2020
by
dmknght
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change description to light-blue
parent
c8ae343e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/goofileN.nim
src/goofileN.nim
+2
-1
No files found.
src/goofileN.nim
View file @
36f8dc9e
...
...
@@ -35,7 +35,7 @@ proc showHelpCmd(keyword = "help", args = "", descr = "") =
if
args
!=
""
:
cmdOutput
&=
"<
\e
[33m"
&
args
&
"
\e
[0m> "
if
descr
!=
""
:
cmdOutput
&=
"[
\e
[
3
4m"
&
descr
&
"
\e
[0m]"
cmdOutput
&=
"[
\e
[
9
4m"
&
descr
&
"
\e
[0m]"
echo
cmdOutput
...
...
@@ -107,6 +107,7 @@ proc downloadFiles(folder: string) =
echo "[*] Downloaded " & intToStr(downloaded) & " files"
proc getResult(resp: Response, ext: string) =
#[
Check respose and create filter for the URL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment