Help says `index.js` instead of `arcgis`
See original GitHub issueDescription
Minor issue - when I view the help, it says index.js
everywhere it should say the command name (arcgis
).
Expected Behavior
Help text should look like what’s in the README
(and not have index.js
)
Actual Behavior
Help text says index.js
everywhere it should say arcgis
:
Steps to Reproduce
npm install -g @arcgis/cli
arcgis --help
Your Environment
- Version used:
@arcgis/cli@4.7.2
- Browser Name and version:
n/a
- Operating System and version (desktop or mobile):
Windows 10
- Link to your project if available:
n/a
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Troubleshoot—ArcGIS Online Help | Documentation
When I add an OGC WMS or WMTS layer to my map, I get an error that says the layer's coordinate system doesn't...
Read more >[Bug ?] jimu-arcgis dependency => TypeError this.m...
I've tried this with my own code and esri's js-api-widget in Exp.B. 1.6 & 1.7. Is anyone else getting the error?
Read more >Map not loading · Issue #78 · Esri/react-arcgis - GitHub
If I remove the stylesheet link in the index.html page, the map will render but just infinitely scroll. My package.json is using. "@esri/react- ......
Read more >referencing an amd module(arcgis) in webpack app
These are included in the ArcGIS API for JavaScript, ... you don't need to lazy load the ArcGIS API (say for example only...
Read more >ArcGIS API for JS: Developing and Debugging Apps - YouTube
This introductory webinar written in JavaScript code will show you how to quickly set up a development environment using Visual Studio code.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s weird, just tried on Win10 at home and see the same thing. CLI still works though. This may be an issue with
yargs
on Windows, I’ll look into it when I get a chance.I updated to v4.9.2 and it works as expected now. Thanks @odoe!