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::SeedTool::CLI
Extended Modules
Showcase::SeedTool::CLI
Defined in:
seed_tool/cli.cr
Constant Summary
DEFAULT_ARGS
=
{employees:
33000
, mentors:
22000
, team_id:
1
}
Instance Method Summary
#parse_args
(argv : Array(String)) : TArgsTuple
Instance Method Detail
def
parse_args
(argv : Array(String)) :
TArgsTuple
#
[
View source
]