Skip to content

Commit 0ead15d

Browse files
committed
Update docs
1 parent cf9e626 commit 0ead15d

File tree

7 files changed

+36
-8
lines changed

7 files changed

+36
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
0.2.0
3+
=============
4+
2025-12-10
5+
6+
* Update changelog for v0.2.0 (cf9e626c)
7+
* Bump version file to v0.2.0 (71406319)
8+
* [Prototype] Implement pre-run hooks with .hooks.d support (#15) (bb4f689c)
9+
* Update README and add comprehensive documentation guides (b5d315d5)
10+
* Update README.md (248059fc)
11+
* Add notes on improvements in README (590825f0)
12+
* Update wrapper script to handle additional edge cases (5cae95a2)
13+
* Zero args to the wrapper means call help (#11) (32918d5f)
14+
* 0.1.3 release (7b3c373e)
15+
216
0.1.3
317
=============
418
2024-08-09
@@ -88,6 +102,11 @@
88102
2024-08-03
89103

90104
* Add changelog (b64a4d1b)
105+
106+
0.0.1
107+
=============
108+
2024-08-03
109+
91110
* Inject TOME_ROOT and TOME_EXECUTABLE into context of scripts (40d37218)
92111
* Enable script arguments auto completion (6663f167)
93112
* Update README (b5a64ad1)

changelog.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
- semver: 0.2.0
2-
date: 2025-12-10T14:08:54-05:00
2+
date: 2025-12-10T14:09:45-05:00
33
packager: Zander Hill <[email protected]>
44
changes:
5+
- commit: cf9e626ca61141cce8164054efc6a045251fd69d
6+
note: Update changelog for v0.2.0
7+
author:
8+
name: Zander Hill
9+
10+
committer:
11+
name: Zander Hill
12+
513
- commit: 714063191f82dce7fb93e30da878e5af5bab559e
614
note: Bump version file to v0.2.0
715
author:

docs/tome-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ tome-cli [flags]
3232
* [tome-cli exec](tome-cli_exec.md) - executes a script from tome root
3333
* [tome-cli help](tome-cli_help.md) - help displays the usage and help text for a script
3434

35-
###### Auto generated by spf13/cobra on 8-Aug-2024
35+
###### Auto generated by spf13/cobra on 10-Dec-2025

docs/tome-cli_alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ tome-cli alias [flags]
4747

4848
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
4949

50-
###### Auto generated by spf13/cobra on 8-Aug-2024
50+
###### Auto generated by spf13/cobra on 10-Dec-2025

docs/tome-cli_completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ tome-cli completion [bash|zsh|fish|powershell]
7878

7979
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
8080

81-
###### Auto generated by spf13/cobra on 8-Aug-2024
81+
###### Auto generated by spf13/cobra on 10-Dec-2025

docs/tome-cli_exec.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ tome-cli exec [flags]
3131
### Options
3232

3333
```
34-
--dry-run Dry run the exec command
35-
-h, --help help for exec
34+
--dry-run Dry run the exec command
35+
-h, --help help for exec
36+
--skip-hooks Skip pre-execution hooks
3637
```
3738

3839
### Options inherited from parent commands
@@ -47,4 +48,4 @@ tome-cli exec [flags]
4748

4849
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
4950

50-
###### Auto generated by spf13/cobra on 8-Aug-2024
51+
###### Auto generated by spf13/cobra on 10-Dec-2025

docs/tome-cli_help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ tome-cli help [flags]
4848

4949
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
5050

51-
###### Auto generated by spf13/cobra on 8-Aug-2024
51+
###### Auto generated by spf13/cobra on 10-Dec-2025

0 commit comments

Comments
 (0)