wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Unknown option '--rejected-log' (#435)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Unknown option '--rejected-log' (#435)
Date: Mon, 29 Apr 2019 09:46:30 +0000



Here is a list of options not yet implemented:
```
background
body-data
body-file
convert-file-only
ignore-length
method
if-modified-since
proxy-password
rejected-log
relative
start-pos
unlink
```

Created by a small script:
```
for o in $(grep '`--' docs/wget2.md|sed 's/.*`--\([a-zA-Z0-9-]*\).*/\1/p'|grep 
-v '^--$'|sort -u); do
  o=${o#no-}
  grep -q "\"$o\"" src/options.c && continue
  echo $o
done
```

I am going to add tags to `wget2.md` like `[Not implemented yet]` and 
modify/update the wiki. But maybe we should open one issue per unimplemented 
option !?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/435#note_165112213
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]