summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-22 14:27:41 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-22 14:27:41 +1100
commit628fc1a931974e077c2a5afca4f7cf518eafa665 (patch)
tree35e4e8271008a0fe706569b17c8bb42be312033f /main.fish
parentinstall: better install + use data and state (diff)
downloadcaelestia-cli-628fc1a931974e077c2a5afca4f7cf518eafa665.tar.gz
caelestia-cli-628fc1a931974e077c2a5afca4f7cf518eafa665.tar.bz2
caelestia-cli-628fc1a931974e077c2a5afca4f7cf518eafa665.zip
fix
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.fish b/main.fish
index 5dbc043..4515f66 100755
--- a/main.fish
+++ b/main.fish
@@ -37,6 +37,7 @@ if test "$argv[1]" = scheme
mkdir -p $C_STATE/scheme
cp $src/data/schemes/$argv[2].txt $C_STATE/scheme/current.txt
echo -n $argv[2] > $C_STATE/scheme/current-name.txt
+ log "Changed scheme to $argv[2]"
else
error "Invalid scheme: $argv[2]"
end