We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d4bfe commit 1bcc44cCopy full SHA for 1bcc44c
bashcards.8
@@ -13,6 +13,7 @@ bashcards is a bash program for practicing flashcards in bash.
13
Directory containing bashcard files (*.bcrds). Each file should contain a group
14
of bashcards (one per line) formatted as front=back. If not provided, default
15
bashcard values will be used.
16
+.TP
17
.BR -h, --help
18
See this help information
19
.SH BUGS
shell.nix
@@ -5,9 +5,7 @@ bashcards = pkgs.callPackage ./derivation.nix { };
5
in
6
pkgs.mkShell {
7
buildInputs = with pkgs; [
8
+ man
9
bashcards
- cacert # for niv
10
- nix # for niv
11
- niv
12
];
}
0 commit comments