Skip to content

Commit 14e6105

Browse files
Merge pull request #132 from JohannesKaufmann/move-cli-command
move-cli-command
2 parents d904841 + bbb7d5b commit 14e6105

File tree

63 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3
-3
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020

2121
# Note: We only use goreleaser for the CLI,
2222
# so we have to go into the "cli" directory.
23-
dir: cli
23+
dir: cli/html2markdown
2424
binary: html2markdown
2525

2626
archives:

README.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cli/main.go cli/html2markdown/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"os"
55

6-
"github.com/JohannesKaufmann/html-to-markdown/v2/cli/cmd"
6+
"github.com/JohannesKaufmann/html-to-markdown/v2/cli/html2markdown/cmd"
77
)
88

99
var (

0 commit comments

Comments
 (0)