From 6723575f6b317fdcd7ac5a220141a60e43fe0a5c Mon Sep 17 00:00:00 2001 From: Chase S Date: Wed, 29 Mar 2023 10:43:09 -0500 Subject: [PATCH] Update command description to include full name (GitHub Actions Importer) Co-authored-by: Ethan Dennis --- src/ActionsImporter/Commands/ListFeatures.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionsImporter/Commands/ListFeatures.cs b/src/ActionsImporter/Commands/ListFeatures.cs index de209f2c..d0b8e5c0 100644 --- a/src/ActionsImporter/Commands/ListFeatures.cs +++ b/src/ActionsImporter/Commands/ListFeatures.cs @@ -10,7 +10,7 @@ public ListFeatures(string[] args) : base(args) } protected override string Name => "list-features"; - protected override string Description => "List the available feature flags for Actions Importer."; + protected override string Description => "List the available feature flags for GitHub Actions Importer."; protected override ImmutableArray