We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8405c7 commit 3c664a3Copy full SHA for 3c664a3
cookbook/files.md
@@ -24,9 +24,11 @@ Make the edit to the version number and save it.
24
_Note: running this command should work but it will reorder the toml file alphabetically by section._
25
26
```nu
27
-open Cargo.toml | upsert package.version { |p| $p | get package.version | inc --patch } | save Cargo.toml
+open Cargo.toml | upsert package.version { |p| $p | get package.version | inc --patch } | save -f Cargo.toml
28
```
29
30
+Note: `inc` is available through the plugin `nu_plugin_inc`.
31
+
32
Output
33
_none_
34
0 commit comments