Alexandre Alapetite
d42b4c299c
Add requirements check in CLI ( #3410 )
...
* Add requirements check in CLI
#fix https://github.com/FreshRSS/FreshRSS/issues/1853
* More checks
#fix https://github.com/FreshRSS/FreshRSS/issues/1853
2021-02-05 22:21:31 +01:00
Alexis Degrugillier
1694264e2c
Modify shebang to be more portable ( #3038 )
...
The new shebang is a portable way to find the php interpreter. It works
on Mac, GNU/Linux and BSD.
2020-06-06 19:04:21 +02:00
Alexis Degrugillier
71b4226dc7
Add an option validation on cli commands ( #2278 )
...
If an option used on cli is not recognized, the command
aborts and displays an error message.
If the typed option is similar to one of the recognized
options, a hint is displayed.
At the moment, there is a limitation on long options.
Short options are not validated at the moment.
See #2046
2019-03-19 20:27:06 +01:00
Alexandre Alapetite
52d0988655
Use __DIR__ for relative include and require
...
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
2017-12-11 21:11:34 +01:00
Seokseong Jeon
09787cfd7a
actualizeFeed return number of new articles as 3rd
2017-05-03 22:56:56 +09:00
Alexandre Alapetite
879af85d3c
+x execution rights actualie-user
2016-10-24 02:25:44 +02:00
Alexandre Alapetite
a6db495494
CLI actualize-user
...
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24 02:25:16 +02:00