@roman-16/proton-cli-win32-x64 3.1.0 → 3.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.
package/README.md CHANGED
@@ -63,7 +63,7 @@ proton calendar events list
63
63
  proton pass items totp github.com
64
64
  ```
65
65
 
66
- Every command reads the same way, `proton <app> <collection> <verb>`, and anywhere one wants an ID, a subject, name, path or address works too.
66
+ Every command reads the same way, `proton <app> <collection> <verb>`, and anywhere one wants an ID, a subject, name, path or address works too. With completion installed, Tab offers back whatever your last listing showed.
67
67
 
68
68
  → [First commands](https://github.com/roman-16/proton-cli/blob/main/docs/first-commands.md) · [How a command is built](https://github.com/roman-16/proton-cli/blob/main/docs/commands.md)
69
69
 
package/bin/proton.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roman-16/proton-cli-win32-x64",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "proton-cli native binary for win32-x64",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/roman-16/proton-cli",