Skip to content

Commit

Permalink
docs: Added example languages
Browse files Browse the repository at this point in the history
docs: Automatically generate command reference
feat: added shell completions & man pages
feat: added `codchi clone`
  • Loading branch information
htngr committed Oct 10, 2024
1 parent 7208a65 commit cd28439
Show file tree
Hide file tree
Showing 59 changed files with 2,164 additions and 1,104 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
files-folder: build
files-folder-filter: msix
file-digest: SHA256
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
- uses: softprops/action-gh-release@v2
with:
prerelease: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
name: codchi
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake update
- run: nix build -L
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 aformatik
Copyright (c) 2024 aformatik

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
Loading

0 comments on commit cd28439

Please sign in to comment.