Remove 'print all functions' behaviour from '--stdout'

This commit is contained in:
Dylan
2016-02-20 00:19:22 +11:00
parent 75abd75765
commit 0143724f6d
2 changed files with 4 additions and 71 deletions

View File

@@ -347,20 +347,4 @@ config="on"
config_file="$HOME/.config/fetch/config"
# }}}
# Other Options {{{
# Separator to use in stdout mode.
# --stdout_separator string
stdout_separator=" "
# Hide/Show the title in stdout mode.
# --stdout_title on/off
stdout_title="off"
# Hide/Show each info's subtitle in stdout mode.
# --stdout_subtitles on/off
stdout_subtitles="on"
# }}}