Flist CLI Updated for Linux, MacOS, Windows #7

Merged
mik-tf merged 16 commits from development_mac_2 into main 2024-10-11 04:50:59 +00:00
Showing only changes of commit 1d97660e8e - Show all commits

View File

@ -174,7 +174,7 @@ fn login() {
mut token_exists := os.exists(token_file)
os.mkdir_all(config_dir) or { panic(err) }
if !token_exists {
tfhub_token := os.input('Please enter your tfhub token: ')
tfhub_token := os.input('Please enter your TF Hub token: ')
os.write_file(token_file, tfhub_token) or { panic(err) }
success_message('TF Hub token saved in ' + token_file)
} else {