php bin / magento customer:user:create --customer-firstname = "Mahin" --customer-lastname = "Rahman"のように、コンソールを使用してカスタムコマンドで顧客アカウントを作成するCLIを構築しています。
--customer-email = "
[email protected]" --customer-password = "mahin @ 123" --website = "1" using:protected function configure(){$ this-> setName( 'customer:user: create ')-> setDescription(' Create new customer ')-> setDefinition($ this-> getOptionsList()); }保護された関数getOptionsList(){return [
------------------]; 以下のオプションのうち、空白で不要なものはどれですか?(2つ選択してください)