mysh 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/mysh +1 -1
- data/lib/mysh/internal/actions/help/args.txt +1 -2
- data/lib/mysh/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cffedfff55f5d5d4d26d6dc3f9b9871b2af5b9e6
|
4
|
+
data.tar.gz: 15dd0fe9b7a5b885144f6b635494755e03979f35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88e80a96bab121558084c7052140ce3eb66a48158c0e6f8daf565dc50293f320176c80f90278e1b0e12526a6dcbfb3d1644290503ceb70ee486f2fff29d4f921
|
7
|
+
data.tar.gz: 0d659db5efd3333f227311636712f87dd989a350c3dc2594085c91c021016e0a59ee917b77e4ef190d6d3d0286e2d2a554ca44927e117c6ea0f8566de41c54e1
|
data/bin/mysh
CHANGED
@@ -8,11 +8,10 @@ Option+Short Forms Description Default
|
|
8
8
|
--init -i <name> Initialize mysh by loading the specified file.*
|
9
9
|
--no-init -ni Do not load a file to initialize mysh.
|
10
10
|
--load -l <name> Load the specified file into the mysh.
|
11
|
-
--post-prompt -pp "str" Set the mysh line continuation prompt to "str".
|
11
|
+
--post-prompt -pp "str" Set the mysh line continuation prompt to "str". $$prompt
|
12
12
|
--no-post-prompt -npp Turn off mysh line continuation prompting.
|
13
13
|
--pre-prompt -pr"str" Set the mysh pre prompt to "str". \$w
|
14
14
|
--no-pre-prompt -npr Turn off mysh pre prompting.
|
15
|
-
|
16
15
|
--prompt -p "str" Set the mysh prompt to "str". "mysh"
|
17
16
|
--no-prompt -np Turn off mysh prompting.
|
18
17
|
--quit Quit out of the mysh program.
|
data/lib/mysh/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mysh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Camilleri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|