aro 0.1.9 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af49f44ed33c7342314aa4ac3a1672dcbe0a4e505bcc6f32e261f328e739f08d
4
- data.tar.gz: 1c36315bc47db635417b7752617ba4810b5ee9703fcbc4e3da7cc42dbff9ffef
3
+ metadata.gz: b015a69c685e9cda66781c4b96bd8ffbcb08165b71df89f300caa3bfb03eaff7
4
+ data.tar.gz: 428e7d962faec02772f1ef203f055ffef482fd11912d9a87577ca17afe5bf657
5
5
  SHA512:
6
- metadata.gz: 47bb0ac3b11da4fb079a67cbe4c8dab4b86726238f2b218eec6b6ac44865d3f97c2a640c59f0ee00e809c9530d86edf9c09cf051150f5e1946149fc17cdd07a1
7
- data.tar.gz: 7f3fb149a031c91c3429018ed1704e2a819b480492a32bf832317b7f3b79279a5e04697036f935789a9ce078ab3832eb2be769c907a3469412cbcc05ba09ab14
6
+ metadata.gz: 4a0d9378161d2ca7a8b02ae10b5297dac32b1945af986e9538708df6be54ac85d4c23bf4692c77870259478adf35052d5ec5581c84eb8f32358b79f20cd3146d
7
+ data.tar.gz: 27cebaa507ac475cb0d4204ba9874afcce52199d36c48f31f39ce318b7e8f5870c1be7cfb80cf938c3a1670329cde4d252d9e6fa6dd12efd9163980742e74e6c
data/bin/aos CHANGED
@@ -17,8 +17,8 @@ unless Aro::Dom.in_arodom?
17
17
  exit(CLI::EXIT_CODES[:GENERAL_ERROR])
18
18
  end
19
19
 
20
- if CLI::ARGV0 == CLI::CMDS[:AOS][:WATCH]
21
- Aos::watch
22
- else CLI::ARGV0 == CLI::CMDS[:AOS][:RUN] || CLI::ARGV0.nil?
20
+ if CLI::ARGV0.nil?
23
21
  exit(Aos::run)
22
+ else #if Aos::Os.is_aos_command?(ARGV[Aro::Mancy::O])
23
+ exit(Aos::process)
24
24
  end
data/bin/aro CHANGED
@@ -34,10 +34,10 @@ when CLI::CMDS[:ARO][:INIT]
34
34
  Aro::Mancy.init
35
35
  else
36
36
  unless Aro::Mancy.game.nil? || CLI::FLAGS[:HELP].include?(CLI::ARGV0)
37
- unless ARGV.include?(:aos.to_s)
37
+ # unless ARGV.include?(:aos.to_s)
38
38
  Aro::P.say(I18n.t("cli.messages.welcome", name: "#{Aro::Mancy.name}.game"))
39
39
  Aro::Mancy.game.show
40
- end
40
+ # end
41
41
 
42
42
  exit(CLI::EXIT_CODES[:SUCCESS])
43
43
  end
@@ -0,0 +1 @@
1
+ ec0d966a5c7af2141593e80dd8a9e23898b3560289f8893a0bfda0975cfe6bc1aeec0403a3a713b37e120afc947184510e8c1cdb9cc13961428f373bb35109c8
data/locale/en.aos.yml CHANGED
@@ -6,7 +6,7 @@ en:
6
6
  config: "open settings."
7
7
  config_set: "sets an ivar to a specified value. the prefix '%{prefix}' can be omitted."
8
8
  exit: "exit."
9
- ls: "list files and folders in the pwd including hidden files."
9
+ ll: "list files and folders in the pwd including hidden files."
10
10
  ls: "list files and folders in the pwd."
11
11
  pwd: "show pwd."
12
12
  usage:
@@ -14,7 +14,7 @@ en:
14
14
  config: "$ config"
15
15
  config_set: "$ config set <var_name> <var_value>"
16
16
  exit: "$ exit"
17
- ls: "$ ll"
17
+ ll: "$ ll"
18
18
  ls: "$ ls"
19
19
  pwd: "$ pwd"
20
20
  constants: