We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e176dd1 commit 72f1658Copy full SHA for 72f1658
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "kee"
3
version = "1.0.0"
4
-edition = "2021"
+edition = "2024"
5
description = "AWS CLI session manager with SSO support"
6
authors = ["Stefan Aichholzer <[email protected]>"]
7
license = "MIT"
src/main.rs
@@ -247,7 +247,7 @@ impl KeeManager {
247
248
if config.accounts.is_empty() {
249
println!(
250
- " No accounts configured. Use '{}' to add an account.",
+ "\n No accounts configured. Use '{}' to add an account.",
251
hlt("kee add <account_name>")
252
);
253
return;
0 commit comments