You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove error check after command flag get (#3976)
* chore: remove error check after command flag get
Checking errors is not required because flag values are initially
validated on execution while setting the string values.
* chore: update changelog
Copy file name to clipboardExpand all lines: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
-[#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file
8
8
-[#3962](https://github.com/ignite/cli/pull/3962) Rename all RPC endpoints and autocli commands generated for `map`/`list`/`single` types
9
9
-[#3972](https://github.com/ignite/cli/pull/3972) Skip Ignite app loading for some base commands that don't allow apps
10
+
-[#3976](https://github.com/ignite/cli/pull/3976) Remove error checks for Cobra command value get calls
0 commit comments