mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Switched from age to libsodium.
This commit is contained in:
@@ -20,11 +20,5 @@ cmd_deps :: proc(cmd: ^Command) {
|
||||
append(&rows, []string{"fd", "\u2717 Missing"})
|
||||
}
|
||||
|
||||
if .Age in feats {
|
||||
append(&rows, []string{"age", "\u2713 Available"})
|
||||
} else {
|
||||
append(&rows, []string{"age", "\u2717 Missing"})
|
||||
}
|
||||
|
||||
render_table(headers, rows[:])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user