-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update changelog, example config, inline help
Rewordings and cleanups.
- Loading branch information
1 parent
a1594ab
commit a5b1d3a
Showing
3 changed files
with
90 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,30 @@ | ||
######################################## | ||
# This is an example emlop config file. | ||
# This is an example `emlop` config file. | ||
# | ||
# To use it, copy to $HOME/.config/emlop.toml (or to whatever you set $EMLOP_CONFIG to) and | ||
# uncomment the desired lines. | ||
# | ||
# All config items have a corresponding command-line arg, see `emlop <subcommand> --help` for | ||
# detailed format and behavior. Not all command-line args have a config item, this file lists all | ||
# the supported items. | ||
######################################## | ||
|
||
# It is loaded from `$HOME/.config/emlop.toml` by default. | ||
# Use `$EMLOP_CONFIG` to set a different location, empty string to disable config loading. | ||
# Entries have the same name and format as command-line args, see `emlop <command> --help`. | ||
# Some args are only avaible via the command line. | ||
|
||
# logfile = "/var/log/emerge.log" | ||
# date = "rfc2822" | ||
# duration = "human" | ||
# utc = true | ||
# header = true | ||
[log] | ||
#show = "mus" | ||
#starttime = true | ||
# show = "mus" | ||
# starttime = true | ||
[predict] | ||
#show = "emt" | ||
#avg = "arith" | ||
#limit = 20 | ||
#unknown = 300 | ||
#tmpdir = ["/foo", "/bar"] | ||
# show = "emt" | ||
# avg = "arith" | ||
# limit = 20 | ||
# unknown = 300 | ||
# tmpdir = ["/foo", "/bar"] | ||
[stats] | ||
#show = "pts" | ||
#avg = "arith" | ||
#limit = 20 | ||
#group = "y" | ||
# show = "pts" | ||
# avg = "arith" | ||
# limit = 20 | ||
# group = "y" | ||
[accuracy] | ||
#show = "mt" | ||
#avg = "arith" | ||
#limit = 20 | ||
# show = "mt" | ||
# avg = "arith" | ||
# limit = 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters