Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
concurrent-db-access
main
Showcase
App
CLI
TArgsHash
TArgsTuple
TChannel
MemberRow
Model
Base
OnMysql
OnPostgres
OnSqlite
SeedTool
CLI
Core
TArgsForCore
TArgsHash
TArgsTuple
Built with Crystal 1.9.2
2023-10-07 11:12:03 UTC
module
Showcase::App::CLI
Extended Modules
Showcase::App::CLI
Defined in:
app/cli.cr
Constant Summary
DEFAULT_ARGS
=
{team_ids: [
1
,
2
,
3
], count:
50
}
Instance Method Summary
#parse_args
(argv : Array(String)) : TArgsTuple
Instance Method Detail
def
parse_args
(argv : Array(String)) :
TArgsTuple
#
[
View source
]