Skip to content

Commit

Permalink
#9: Cliapp installation command changed, root folder of cliapp renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalal Mehdiyev authored and egasimov committed Mar 3, 2023
1 parent 1c6bfe4 commit 3642422
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ test:
go test ./...

build:
go build cmd/cliapp/aznum2words-cli.go
go build cmd/aznum2words-cli/aznum2words-cli.go

.DEFAULT_GOAL := build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ beş milyard altı yüz on bir milyon bir yüz on üç min iki yüz on

```shell
// installs the binaries into $GOPATH/bin
go install github.com/egasimov/aznum2words/cmd/cliapp/aznum2words-cli@latest
go install github.com/egasimov/aznum2words/cmd/aznum2words-cli@latest
```

## CLI kimi istifadə qaydası | Guideline for using as CLI app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2023 NAME HERE <EMAIL ADDRESS>
package main

import (
"github.com/egasimov/aznum2words/cmd/cliapp/commands"
"github.com/egasimov/aznum2words/cmd/aznum2words-cli/commands"
)

func main() {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/spf13/cobra"
)

// rootCmd represents the base command when called without any cliapp
// rootCmd represents the base command when called without any aznum2words-cli
var rootCmd = &cobra.Command{
Use: "aznum2words-cli [arg]",
Short: "A command line tool used for converting numbers into words in Azerbaijani language",
Expand Down

0 comments on commit 3642422

Please sign in to comment.