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
|
crepes = rattail_corepos.corepos.commands:main
|
||||||
core-office = rattail_corepos.corepos.office.commands:main
|
core-office = rattail_corepos.corepos.office.commands:main
|
||||||
|
|
||||||
core_office.commands =
|
core_office.subcommands =
|
||||||
anonymize = rattail_corepos.corepos.office.commands:Anonymize
|
anonymize = rattail_corepos.corepos.office.commands:Anonymize
|
||||||
export-csv = rattail_corepos.corepos.office.commands:ExportCSV
|
export-csv = rattail_corepos.corepos.office.commands:ExportCSV
|
||||||
export-lane-op = rattail_corepos.corepos.office.commands:ExportLaneOp
|
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
|
patch-customer-gaps = rattail_corepos.corepos.office.commands:PatchCustomerGaps
|
||||||
ping-install = rattail_corepos.corepos.office.commands:PingInstall
|
ping-install = rattail_corepos.corepos.office.commands:PingInstall
|
||||||
|
|
||||||
crepes.commands =
|
crepes.subcommands =
|
||||||
export-core = rattail_corepos.corepos.commands:ExportCore
|
export-core = rattail_corepos.corepos.commands:ExportCore
|
||||||
export-csv = rattail_corepos.corepos.commands:LegacyExportCSV
|
export-csv = rattail_corepos.corepos.commands:LegacyExportCSV
|
||||||
import-core = rattail_corepos.corepos.commands:ImportCore
|
import-core = rattail_corepos.corepos.commands:ImportCore
|
||||||
|
@ -59,7 +59,7 @@ crepes.commands =
|
||||||
rattail.config.extensions =
|
rattail.config.extensions =
|
||||||
rattail-corepos = rattail_corepos.config:RattailCOREPOSExtension
|
rattail-corepos = rattail_corepos.config:RattailCOREPOSExtension
|
||||||
|
|
||||||
rattail.commands =
|
rattail.subcommands =
|
||||||
export-corepos = rattail_corepos.commands:ExportCore
|
export-corepos = rattail_corepos.commands:ExportCore
|
||||||
corepos-import-square = rattail_corepos.commands:CoreImportSquare
|
corepos-import-square = rattail_corepos.commands:CoreImportSquare
|
||||||
import-corepos-api = rattail_corepos.commands:ImportCOREPOSAPI
|
import-corepos-api = rattail_corepos.commands:ImportCOREPOSAPI
|
||||||
|
@ -78,5 +78,5 @@ rattail.importing =
|
||||||
rattail.providers =
|
rattail.providers =
|
||||||
rattail_corepos = rattail_corepos.app:CoreProvider
|
rattail_corepos = rattail_corepos.app:CoreProvider
|
||||||
|
|
||||||
trainwreck.commands =
|
trainwreck.subcommands =
|
||||||
import-corepos = rattail_corepos.trainwreck.commands:ImportCore
|
import-corepos = rattail_corepos.trainwreck.commands:ImportCore
|
||||||
|
|
Loading…
Reference in a new issue