Victor Sokolov

Results 22 comments of Victor Sokolov

Tested this PR with my project. Unfortunately, it does not fix the original issue. Disabling https://github.com/urfave/cli/blob/0c9527f4b7f5618832c90d8b6c1ead4b7b1e2a80/category.go#L163 and https://github.com/urfave/cli/blob/0c9527f4b7f5618832c90d8b6c1ead4b7b1e2a80/category.go#L126 worked.

> > Tested this PR with my project. Unfortunately, it does not fix the original issue. Disabling > > https://github.com/urfave/cli/blob/0c9527f4b7f5618832c90d8b6c1ead4b7b1e2a80/category.go#L163 > > > > and > > https://github.com/urfave/cli/blob/0c9527f4b7f5618832c90d8b6c1ead4b7b1e2a80/category.go#L126 > >...

> But if you don't specify "category", then all flags should not be sorted: That is correct. I have defined my flags in the following order: `host`, `port`, `path`, `health-path`....

@bulychev-ay ммм? что-то неверно внутри, разве? я только смотреть начал

Окей, попробую локально спеки запустить и вмерджу.

It's unpredictably. If you want to create few tables - you can specify TABLES option for a rake.

https://github.com/bbatsov/ruby-style-guide#dont-hide-exceptions

1) Could you please explain your case? Why do you need this bulk update? Why do not you want to just specify the list of tables which are not exists?...

Am I correct that you are updating just data, not the table structure?

Я сегодня уже выжат как лимон, завтра посмотрю подробнее, но предварительно у меня есть мысль: а что если брать список колонок не из командной строки - а из структуры уже...