mirror of
https://github.com/denisidoro/navi
synced 2024-11-25 04:50:21 +00:00
36cd52f93d
- [x] Define OPTIONS as global in opts::eval - [x] Add script - [x] Minor changes
7 lines
162 B
Bash
7 lines
162 B
Bash
#!/usr/bin/env bash
|
|
|
|
assert_docker_cheat() {
|
|
cheat::find | grep -q "docker.cheat"
|
|
}
|
|
|
|
test::run "We can find at least one known cheatsheet" assert_docker_cheat
|