takeltau 0.45.11 → 0.45.12

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: f6d0dc8fc50e46b89c40119ed9df721ae735575f373f6bf81c06254f607e7cc3
4
- data.tar.gz: 889e3812cf06a7cef93249f1bab664ae9155ac40ddc91b4f590a98474343b178
3
+ metadata.gz: a32cd38d1255e8701260211ac9b2ba7f4a9b002bd343dec0ee3d734d924781e4
4
+ data.tar.gz: 599f3350515cff75a2aa3bd6cf519654d81d8f37f296f690decc508d5fb463e5
5
5
  SHA512:
6
- metadata.gz: d499a4631282fbd0e72525d7e6b8a29f98417d1a31eaa6fe5e914963d5b48c9a56a9bff7dd68d660662ad78e62711333918a973cc6b6712e2f0f1efc1652faff
7
- data.tar.gz: 985a4e83645af92ab6ed6a1600abdb0a6c6a7a6101f3191f9c12127260efa85ffb044083ff8eacc72d2527c0e191f0b3c7e217cb69b69aa9617ecdfdb6a472b4
6
+ metadata.gz: b14a43a2af5e26038f3c1261a171642840e8221f96255c024b92d8948facf6aa63bfdcaa4f6796f90ab1a702c02958ff55b4f4bf8a6f0164bad6e9fb0ca2e504
7
+ data.tar.gz: e674a798c71eb1982779d5657eb2281b7fb78c435695e5e7210bc73f6be61df240cb0ec88d1a67031086f4b5c6a1032e91899a278f54a282cf6f624f9923b503
data/README.md CHANGED
@@ -194,10 +194,10 @@ or *tau config*.
194
194
  | TAKELAGE_TAU_CONFIG_* | ultimate | Fileless configuration through TAKELAGE_TAU_CONFIG environment variables. |
195
195
 
196
196
  The tau command line tool is directory-aware so it is important that you can set the working directory of the tau command.
197
- The project directory is identified by the first match:
197
+ The project directory is identified by precedence:
198
198
 
199
- | Method | Precedence | Description |
200
- |-|-|-|
199
+ | Method | Precedence |
200
+ |-|-|
201
201
  | Current working directory | lowest |
202
202
  | Main [`Rakefile`](Rakefile) | normal |
203
203
  | `TAKELAGE_WORKDIR` environment variable | highest |
@@ -267,6 +267,12 @@ Add this to your [bash startup files](https://www.gnu.org/software/bash/manual/h
267
267
  source <(tau completion bash)
268
268
  ```
269
269
 
270
+ and/or
271
+
272
+ ```bash
273
+ source <(ship completion bash)
274
+ ```
275
+
270
276
  ### Software Tests
271
277
 
272
278
  *takelage-cli* uses
@@ -17,7 +17,7 @@ module Takeltau
17
17
  def bash
18
18
  completion_bash = Takeltau::CLI.new.bash_fylla
19
19
  exit false if completion_bash == false
20
- say completion_bash
20
+ say completion_bash.strip.split("\n").grep_v(/"--help"/).grep_v(/"-h"/).join("\n")
21
21
  true
22
22
  end
23
23
  end
@@ -29,6 +29,8 @@ module ShipCompletionBash
29
29
  .split(/_tau[^_]*/)
30
30
  .grep(/_ship/)
31
31
  .grep_v(/_ship\n/)
32
+ .grep_v(/"--help"/)
33
+ .grep_v(/"-h"/)
32
34
  functions.join
33
35
  end
34
36
  end
data/lib/takeltau/version CHANGED
@@ -1 +1 @@
1
- 0.45.11
1
+ 0.45.12
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: takeltau
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.11
4
+ version: 0.45.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takelwerk