Update subcommand entry point group names, per wuttjamaican
This commit is contained in:
parent
17e08c9f3c
commit
0813f2b7e3
|
@ -40,7 +40,7 @@ console_scripts =
|
|||
crepes = rattail_corepos.corepos.commands:main
|
||||
core-office = rattail_corepos.corepos.office.commands:main
|
||||
|
||||
core_office.commands =
|
||||
core_office.subcommands =
|
||||
anonymize = rattail_corepos.corepos.office.commands:Anonymize
|
||||
export-csv = rattail_corepos.corepos.office.commands:ExportCSV
|
||||
export-lane-op = rattail_corepos.corepos.office.commands:ExportLaneOp
|
||||
|
@ -50,7 +50,7 @@ core_office.commands =
|
|||
patch-customer-gaps = rattail_corepos.corepos.office.commands:PatchCustomerGaps
|
||||
ping-install = rattail_corepos.corepos.office.commands:PingInstall
|
||||
|
||||
crepes.commands =
|
||||
crepes.subcommands =
|
||||
export-core = rattail_corepos.corepos.commands:ExportCore
|
||||
export-csv = rattail_corepos.corepos.commands:LegacyExportCSV
|
||||
import-core = rattail_corepos.corepos.commands:ImportCore
|
||||
|
@ -59,7 +59,7 @@ crepes.commands =
|
|||
rattail.config.extensions =
|
||||
rattail-corepos = rattail_corepos.config:RattailCOREPOSExtension
|
||||
|
||||
rattail.commands =
|
||||
rattail.subcommands =
|
||||
export-corepos = rattail_corepos.commands:ExportCore
|
||||
corepos-import-square = rattail_corepos.commands:CoreImportSquare
|
||||
import-corepos-api = rattail_corepos.commands:ImportCOREPOSAPI
|
||||
|
@ -78,5 +78,5 @@ rattail.importing =
|
|||
rattail.providers =
|
||||
rattail_corepos = rattail_corepos.app:CoreProvider
|
||||
|
||||
trainwreck.commands =
|
||||
trainwreck.subcommands =
|
||||
import-corepos = rattail_corepos.trainwreck.commands:ImportCore
|
||||
|
|
Loading…
Reference in a new issue