docs for ::Schema
This commit is contained in:
parent
3b4c019dcc
commit
ec4fee9e69
@ -4,7 +4,14 @@ package App::Changelord::Command::Schema;
|
||||
use 5.36.0;
|
||||
|
||||
use Moo;
|
||||
use CLI::Osprey;
|
||||
use CLI::Osprey
|
||||
doc => 'print JSON schema for the changelog format',
|
||||
description_pod => <<'END';
|
||||
Print the JSON schema describing the data format used by changelord.
|
||||
|
||||
By defaults prints the schema in YAML. Can also be printed as JSON
|
||||
via the C<--json> option.
|
||||
END
|
||||
|
||||
use Path::Tiny;
|
||||
use JSON;
|
||||
|
Loading…
Reference in New Issue
Block a user