Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de8b4cd

Browse files
committed
Adds gitignore for .DS_Store junk file, fixes description of test command
1 parent cf2deee commit de8b4cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
/Cargo.lock
33
**/*.rs.bk
4+
.DS_Store

‎src/cmds/test.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl Command for TestCommand {
2525
fn usage<'a, 'edit>() -> App<'a, 'edit> {
2626
use clap::{Arg, SubCommand};
2727
SubCommand::with_name("test")
28-
.about("Edit question by id")
28+
.about("Test question by id")
2929
.visible_alias("t")
3030
.arg(
3131
Arg::with_name("id")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /