xmlsquad / gsheet-to-xml

Given the url of a Google Sheet, this Symfony Console command fetches the Google Sheet and outputs it in the form of Xml.
Apache License 2.0
3 stars 1 forks source link

Documentation: File name needs updating #10

Open forikal-uk opened 6 years ago

forikal-uk commented 6 years ago

Steps to recreate

Whilst following the documentation.

In the [installation[(https://github.com/forikal-uk/gsheet-to-xml/blob/master/DOCUMENTATION.md#installation) section...

Where it says

  • test the console app: php bin/console.php --help

What occurs

The file is not found

$ pwd
/Users/x/Documents/Projects/XmlAuthoring/gsheet-to-xml
$ php bin/console.php
Could not open input file: bin/console.php
$ ls bin
gsheet-to-xml.php
$ php bin/gsheet-to-xml.php 

  Not enough arguments (missing: "drive-url").  

forikal:gsheet-to-xml [-c|--credentials [CREDENTIALS]] [--] <drive-url>

What is expected

If bin/gsheet-to-xml.php is the new console command,

The docs should be updated to reflect that

bin/console.php

is now

bin/gsheet-to-xml.php


If this update needs to be done here, the old name may occur elsewhere, so it is worth searching for more occurrences of this bug before it is marked as resolved.