-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Sebastian Lühnen edited this page Apr 22, 2020
·
3 revisions
Name | Description |
---|---|
info | information about NerdyAion |
help | shows commands and information |
clear | clears the console |
settings | handling settings |
dmg | provides damage information |
chatlog | activate or deactivate the chatlog |
bye | close NerdyAion |
Displayed information about the used application.
Syntax:
info [-a | -r | -v | -c]
Arguments:
-
-a
: shows only the author of the application -
-r
: shows only the repository of the application -
-v
: shows only the version of the application -
-c
: checks if there is a new version available
Example:
info
info -v
Provides information about commands. If used without parameters a lists of all commands are displayed without a briefly description.
Syntax:
help [command]
Arguments:
-
command
: the command you wish to receive more information about
Example:
help
help dmg
Deletes the display information of the current console window.
Syntax:
clear
Example:
clear
For handling application settings.
Syntax:
settings <show | edit | save | undo | reset> [-s] [setting] [value]
settings show
settings edit [-s] <setting> <value>
settings save
settings undo
settings reset
Arguments:
-
show
: shows all settings and values -
edit
: edit the<setting>
with the new value<value>
-
save
: saved changes from settings -
undo
: reset the last changes from settings, only if not saved -
reset
: reset the last changes from settings, only if not saved -
-s
: for saving instantly -
setting
: which setting is to be changed -
value
: what value the setting should be set to
Example:
settings show
settings edit language EN
settings edit -s language DE
settings save
settings undo
settings reset
For handling damage information.
Syntax:
dmg <add | list | clear | remove | show | copy> [pointer name]
dmg add <pointer name>
dmg list
dmg clear <pointer name>
dmg remove <pointer name>
dmg show <pointer name>
dmg copy <pointer name>
Arguments:
-
add
: add a pointer (start point) for the analyzing with the given name<pointer name>
-
list
: shows all pointer. -
clear
: reset a given pointer -
remove
: remove a given pointer -
show
: Shows damage information of a given pointer -
copy
: Copy damage information of a given pointer -
pointer name
: the pointer name
Example:
dmg add boss
dmg list
dmg clear boss
dmg remove boss
dmg show boss
dmg copy boss
Activate or deactivate the Aion chatlog. Aion is not allowed to run for this process.
Syntax:
chatlog <option>
Arguments:
-
option
: on or off
Example:
chatlog on
Closes the application.
Syntax:
bye
Example:
bye