Skip to content

Commit

Permalink
Minimal path docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamritter committed Jun 29, 2023
1 parent b924bd6 commit 3ed193a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.14)

# Set your project name here
project(fastgron VERSION 0.5.1 LANGUAGES CXX)
project(fastgron VERSION 0.6.0 LANGUAGES CXX)

set(FASTGRON_VERSION "${fastgron_VERSION}")

Expand Down
2 changes: 2 additions & 0 deletions src/fastgron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ void print_help()
" -u, --ungron ungron: convert gron output back to JSON\n"
" -p, -path filter path, for example .#.3.population or cities.#.population\n"
" -p is optional if path starts with . and file with that name doesn't exist\n"
" More complex path expressions: .{id,users[1:-3:2].{name,address}}\n"
" [[3]] is an index accessor without outputting on the path.\n"
" --no-indent don't indent output\n"
" --root root path, default is json\n"
" --semicolon add semicolon to the end of each line\n"
Expand Down

0 comments on commit 3ed193a

Please sign in to comment.