feat: add once flag to daemon command (#19) #598

Merged
garet90 merged 3 commits from main into main 2024-11-06 17:16:09 +00:00
Showing only changes of commit 47c8d37a8a - Show all commits

View File

@@ -4,12 +4,8 @@
package cmd
import (
"connectrpc.com/connect"
"context"
"fmt"
"github.com/mattn/go-isatty"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"os"
"path"
"path/filepath"
@@ -18,6 +14,11 @@ import (
"strconv"
"strings"
"connectrpc.com/connect"
"github.com/mattn/go-isatty"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"gitea.com/gitea/act_runner/internal/app/poll"
"gitea.com/gitea/act_runner/internal/app/run"
"gitea.com/gitea/act_runner/internal/pkg/client"