Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
💎 Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev committed Sep 7, 2018
1 parent c70be74 commit 03bf52a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ Supported Formats
Usage
-----
_______________________________________________________________________________________________________________________________
___go_build_00_main_go_cmd_find_go_exit_codes_go_asciidoc_go_markdown_go [OPTIONS] <link:#find-command[find]> [command-OPTIONS]
_______________________________________________________________________________________________________________________________
_______________________________________________________________________
dockmoor [OPTIONS] <link:#contains-command[contains]> [command-OPTIONS]
_______________________________________________________________________
[[_application_options]]
Application Options
-------------------

*-l*, *--log-level* Sets the log-level (one of `NONE`, `ERROR`, `WARN`, `INFO`, `DEBUG`)
**-l**, *--log-level* Sets the log-level (one of `NONE`, `ERROR`, `WARN`, `INFO`, `DEBUG`)

*--version* Show version and exit

Expand All @@ -93,35 +93,35 @@ Application Options
Help Options
------------
*-h*, *--help* Show this help message
**-h**, *--help* Show this help message
[[_commands]]
Commands
~~~~~~~~
* link:#find-command[find]
* link:#contains-command[contains]
[[_find_command]]
find command
^^^^^^^^^^^^
[[_contains_command_2]]
contains command
^^^^^^^^^^^^^^^^
________________________________________________________________________________________________________________
___go_build_00_main_go_cmd_find_go_exit_codes_go_asciidoc_go_markdown_go [OPTIONS] find [find-OPTIONS] InputFile
________________________________________________________________________________________________________________
________________________________________________________
dockmoor [OPTIONS] contains [contains-OPTIONS] InputFile
________________________________________________________
The find command returns exit code 0 when the given input contains at least one image reference that satisfy the given conditions, non-null otherwise
Returns exit code 0 when the given input contains at least one image reference that satisfy the given conditions, non-null otherwise
[[_predicates]]
Predicates
~~~~~~~~~~
Specify which kind of image references should be selected. Exactly one must be specified
*--any* Find all images
*--any* Matches all images
[[_help_options_2]]
Help Options
~~~~~~~~~~~~
*-h*, *--help* Show this help message
**-h**, *--help* Show this help message

0 comments on commit 03bf52a

Please sign in to comment.