From d05829c123e68b9c74b836be1f72392e670fa59f Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Sat, 15 Feb 2025 22:17:32 +0100 Subject: CLI: Move to cmd/eduvpn-cli --- docs/md/building-client.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'docs/md') diff --git a/docs/md/building-client.md b/docs/md/building-client.md index 77c4eaf..6eaf116 100644 --- a/docs/md/building-client.md +++ b/docs/md/building-client.md @@ -72,16 +72,8 @@ The rest of the states are miscellaneous states, meaning that the client can han This chapter contains code examples that use the API ### Go command line client -The following is an example [in the repository](https://codeberg.org/eduVPN/eduvpn-common/src/branch/main/cmd/cli/main.go). It is a command line client with the following flags -``` - -get-custom string - The url of a custom server to connect to - -get-institute string - The url of an institute to connect to - -get-secure string - Gets secure internet servers -``` +The following is an example [in the repository](https://codeberg.org/eduVPN/eduvpn-common/src/branch/main/cmd/eduvpn-cli/main.go). It is a command line client. ```go -{{!cmd/cli/main.go!}} +{{!cmd/eduvpn-cli/main.go!}} ``` -- cgit v1.2.3