Golf documentation is available online, and also as man pages (i.e. manual pages). You can use 'man' to get help (if man program is available on your system), for instance:
man read-file
Copied!
Golf uses section 2gg of man, so you can also use (in case of conflicts):
man 2gg read-file
Copied!
If man program is not available on your system, you can also view topics with 'gg --man <topic>', for example:
gg --man run-query
Copied!
To show all topics, type:
gg --man all
Copied!
Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.