Top Level Namespace
Defined in:
Constant Summary
-
API_PATH =
Path["~/.palm-cli/api.json"].expand(home: true)
-
create API configuration file
-
CONFIG_PATH =
Path["~/.palm-cli/config.json"].expand(home: true)
-
create configuration file
-
DIRECTORY_PATH =
Path["~/.palm-cli"].expand(home: true)
-
create program file directory
-
HISTORY_PATH =
Path["~/.palm-cli/history.json"].expand(home: true)
-
create history file
-
VERSION =
"v0.0.1"