Skip to content

Commit cc3715d

Browse files
committed
Fix code through end
1 parent 74a96b8 commit cc3715d

File tree

5 files changed

+403
-482
lines changed

5 files changed

+403
-482
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Random music!
66
* Run program - `cargo run`
77

88
```txt
9+
$ cargo run -- -h
10+
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
11+
Running `target/debug/music -h`
912
music 0.1.0
1013
music is a procedural single-tone melody generator
1114
1215
USAGE:
13-
mod.exe [FLAGS] [OPTIONS]
16+
music [FLAGS] [OPTIONS]
1417
1518
FLAGS:
1619
-h, --help Prints help information
@@ -26,10 +29,11 @@ OPTIONS:
2629
For example:
2730

2831
```txt
29-
$> cargo run -- -s locrian -b Eb2 -o 3
30-
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
31-
Running `target\debug\music.exe -s locrian -b Eb2 -o 3`
32-
Cool Tunes (tm)
33-
Playing from the Locrian scale from E♭2 over 3 octave(s)
32+
$ cargo run -- -s locrian -b Eb2 -o 3
33+
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
34+
Running `target/debug/music -s locrian -b Eb2 -o 3`
35+
.: Cool Tunes :.
36+
Generating music from the E♭ Locrian mode
37+
Octaves: 2 - 5
3438
[ E♭ E F# G# A B C# E♭ ]
35-
```
39+
```

0 commit comments

Comments
 (0)