Skip to content

Commit

Permalink
Version 9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Dec 4, 2023
1 parent d64bece commit 10dc8c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ USAGE:
mark [global options] [arguments...]
VERSION:
9.10.1
9.11.0
DESCRIPTION:
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark
Expand Down Expand Up @@ -847,6 +847,12 @@ Rather than running `mark` multiple times, or looping through a list of files fr
mark -f "helpful_cmds/*.md"
```

You can also use `**` to get all files recursively.
```bash
mark -f "**/docs/*.md"
```


## Issues, Bugs & Contributions

I've started the project to solve my own problem and open sourced the solution so anyone who has a problem like me can solve it too.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
version = "9.10.1"
version = "9.11.0"
usage = "A tool for updating Atlassian Confluence pages from markdown."
description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark`
)
Expand Down

0 comments on commit 10dc8c0

Please sign in to comment.