Closed
Description
For now the default scheme seems to be coming from libcurl, which
is typically 'http'. It could be useful to override it to something else,
such as 'https' to get secure-by-default URLs.
E.g. with --default-scheme https
.
trurl --url example.org → http://example.org/
trurl --url example.org --default-scheme https → https://example.org/